Native Ad
Interface representing a native ad for mediation.
Implementations of this interface should provide information about the native ad's assets such as title, description, sponsor text, call to action text, rating, icon URI, main image URI, and video view. These properties should return null in case the ad is not loaded, the asset is not available in the bid response, or not preloaded successfully.
Types
Listener to be informed of onImpressionHandled or onGeneralClickHandled events.
Properties
Functions
Call this when the adapter's view implementation gets clicked.
Call this when the adapter's view (or some of the asset views, it's up to you to decide) gets rendered.
Loads the ad with the specified bidResponseJson and listener. If the ad is currently being displayed, the underlying ad object will be destroyed before loading a new one.